Nevron.GraphicsCore Namespace / NGeometry2D Class / Scale Method / Scale(NPointD[],Int32,Int32,Double,Double,NPoint) Method


Scale(NPointD[],Int32,Int32,Double,Double,NPoint) Method
Syntax
'Declaration
 
Public Overloads Shared Sub Scale( _
   ByVal points() As NPointD, _
   ByVal start As System.Integer, _
   ByVal count As System.Integer, _
   ByVal scaleX As System.Double, _
   ByVal scaleY As System.Double, _
   ByVal pin As NPoint _
) 
 
'Usage
 
Dim points() As NPointD
Dim start As System.Integer
Dim count As System.Integer
Dim scaleX As System.Double
Dim scaleY As System.Double
Dim pin As NPoint
 
NGeometry2D.Scale(points, start, count, scaleX, scaleY, pin)

Parameters

points
start
count
scaleX
scaleY
pin
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also